﻿/* 2010-Responsive-Design-Toolkit-User-Guide.docx Customizing Your New Site Step*/



.headerBgImg {
       background-image:url("../img/agencyHeaderBg-hro.jpg"); /***CHANGE HEADER BACKGROUND IMAGE HERE****/
       background-repeat: no-repeat;
       background-position: top center;
       background-size: 100%;
}
.headerBgImgSubpage {
    background-image: url("../img/agencyHeaderBg-hro.jpg");
    background-size: 100%;
    background-repeat: no-repeat;
}

#mdgov_enterpriseNavigation {
	z-index: 10;
	width: 100%;
	clear: both;
	background-color: #1C468E; /****NAV LIST BACKGROUND COLOR*****/
}

#mdgov_TopSliverBar {
	width: 100%;
	z-index: 1000;
	min-height: 33px;
	background-color: #1C468E;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #bb133e; /*******TOP BANNER SLICE COLOR CHANGE HERE*****/
	font-size: 80%;
}

#footer_block {
	background-color: #1C468E;
	border-top: 4px #bb133e solid; /******FOOTER COLOR CHANGE HERE******/
	width: 100%;
	color: #fff;
}

#mdgov_mobileNavButton a {
	position: absolute;
	left: 0;
	height: 21px;
	color: #fff;
	text-transform: uppercase;
	text-shadow: 1px 1px 2px #000;
	text-decoration: none;
	background-color: #1C468E; /* Color for mobile navigation menu button */
	text-align: left;
	font-size: 165% !important;
	width: 100%;
	text-indent: 1.5%;
	padding: 6px 0;
	border-bottom: 4px solid #000;
}
@media (max-width:979px){
	
#mdgov_enterpriseNavigation ul li a.level0 {
border-radius: 0;
background-color: #000080;
border-bottom: 1px solid #333;
-webkit-transition: none;
-moz-transition: none;
-o-transition: none;
transition: none;
}
}

@media (max-width:979px)
{
#mdgov_enterpriseNavigation nav ul li#current a.level0, #mdgov_enterpriseNavigation nav ul li:hover a.level0  {
border-radius: 0;
background-color: #ooo;
border-bottom: 1px solid #333;
-webkit-transition: none;
-moz-transition: none;
-o-transition: none;
transition: none;
}
}

a:visited {
    color: #000;
    text-decoration: none;
}

a:link {
    color: #000;
    text-decoration: none;
}

/* Custom Footer Properties */
.ng-footer-heading{
	border-bottom: 1px dotted #ffffff;
    font-size: 110%;
    margin: 10px 0px;
    padding-bottom: 10px;
    text-transform: uppercase;
}
.ng-footer-item{
	display:block;
	font-size:100%;
}

.ng_socialNav{
	display:inline-block;
	margin:0 auto;
	text-align:center;
}
#secondary_content_Block1{
	background-color:white;
}
#secondary_middle_col_lt1, #secondary_middle_col_rt1, #secondary_left_col1{
	float:none;
	background-color:white;
}


/* End Custom Footer Properties */


.button {
   border-top: 1px solid #96d1f8;
   background: #65a9d7;
   background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#65a9d7));
   background: -webkit-linear-gradient(top, #3e779d, #65a9d7);
   background: -moz-linear-gradient(top, #3e779d, #65a9d7);
   background: -ms-linear-gradient(top, #3e779d, #65a9d7);
   background: -o-linear-gradient(top, #3e779d, #65a9d7);
   padding: 5px 10px;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 14px;
   font-family: Helvetica, Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: middle;
   }
.button:hover {
   border-top-color: #28597a;
   background: #28597a;
   color: #ccc;
   }
.button:active {
   border-top-color: #1b435e;
   background: #1b435e;
   }
